home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / info-service / archie / clients / xarchie.patch-1.2.shar / README-1.2 < prev   
Encoding:
Text File  |  1991-10-10  |  1.7 KB  |  38 lines

  1. This file describes the changes to Xarchie from version 1.1 to 1.2.
  2.  
  3. In the original distribution, the following files were accidentally
  4. included in the tarchive: mail, mail.hdr, xarchie.c.bug, appres.h.bug.
  5. Please delete them.
  6.  
  7. The changes (excerpted from the README) are:
  8.  
  9.      Version 1.2 - 12 Sep 1991
  10.     - Changed LowerCase() in types.c (from Xt manual example) to
  11.       XmuCopyISOLatin1Lowered() since the former was not always
  12.       compiled into X.
  13.     - Added resources "ftpDir" and "ftpType" and corresponding items
  14.       on the Settings panel so the ftp service is a bit better.
  15.     - From: beser@aplcomm.jhuapl.edu (Nick Beser)
  16.       - Fixed regex support in Imakefile. Added regex.h which is included
  17.         by support.c and actions.c.
  18.     - From: Greg Lindahl <gl8f@fermi.clas.Virginia.EDU>)
  19.       - Changed strcasecmp() in types.c to XmuCompareISOLatin1() since
  20.         some systems don't have the former.
  21.       - Changed two leftover instances of isspace() to ISSPACE() in
  22.         xarchie.c.
  23.     - From: "(Simon Leinen)" <simon@liasun1.epfl.ch>
  24.        and: Alan B Clegg <abc@concert.net>
  25.       - Changed some widget names in resource file since the Settings
  26.         form wasn't being laid out correctly.
  27.  
  28. Please note that since the Imakefile has changed, you will have to
  29. remake your Makefiles. I didn't include them in the patch since they
  30. are so different after being generated from the Imakefile.
  31.  
  32. You will note that in addition to the changes documented in the
  33. README, this patch will change the dates at the top of many files from
  34. sometime in August to "Sep 4". This is because the version that was
  35. made available for ftp was not exactly the same as the version
  36. released to comp.sources.x. These minor patches bring them back into
  37. sync.
  38.